﻿2026-08-04T16:46:40.8810926Z ##[group]Run actions/checkout@v5
2026-08-04T16:46:40.8812053Z with:
2026-08-04T16:46:40.8812738Z   repository: BigscreenVR/spt-bs-core
2026-08-04T16:46:40.8819154Z   token: ***
2026-08-04T16:46:40.8819830Z   ssh-strict: true
2026-08-04T16:46:40.8820527Z   ssh-user: git
2026-08-04T16:46:40.8821220Z   persist-credentials: true
2026-08-04T16:46:40.8821978Z   clean: true
2026-08-04T16:46:40.8822669Z   sparse-checkout-cone-mode: true
2026-08-04T16:46:40.8823489Z   fetch-depth: 1
2026-08-04T16:46:40.8824171Z   fetch-tags: false
2026-08-04T16:46:40.8824872Z   show-progress: true
2026-08-04T16:46:40.8825588Z   lfs: false
2026-08-04T16:46:40.8826241Z   submodules: false
2026-08-04T16:46:40.8826947Z   set-safe-directory: true
2026-08-04T16:46:40.8827748Z   allow-unsafe-pr-checkout: false
2026-08-04T16:46:40.8828770Z ##[endgroup]
2026-08-04T16:46:40.9676072Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T16:46:40.9678550Z ##[group]Getting Git version info
2026-08-04T16:46:40.9680186Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T16:46:40.9682194Z [command]/usr/bin/git version
2026-08-04T16:46:40.9683120Z git version 2.43.0
2026-08-04T16:46:40.9685780Z ##[endgroup]
2026-08-04T16:46:40.9711979Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/815ea6e2-7802-4cc2-ab8e-3c2103a046e0/.gitconfig'
2026-08-04T16:46:40.9715287Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/815ea6e2-7802-4cc2-ab8e-3c2103a046e0' before making global git config changes
2026-08-04T16:46:40.9717618Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T16:46:40.9719647Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T16:46:40.9742530Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T16:46:40.9762859Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T16:46:40.9773348Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T16:46:40.9776187Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T16:46:40.9824347Z refs/heads/golden/usher150
2026-08-04T16:46:40.9832068Z [command]/usr/bin/git checkout --detach
2026-08-04T16:46:41.0182297Z HEAD is now at fc7fad17f merge: er-seams clippy fixup (row_before branch-yielded) into USHER golden assembly
2026-08-04T16:46:41.0221966Z [command]/usr/bin/git branch --delete --force golden/usher150
2026-08-04T16:46:41.0271301Z Deleted branch golden/usher150 (was fc7fad17f).
2026-08-04T16:46:41.0994676Z ##[endgroup]
2026-08-04T16:46:41.0996022Z [command]/usr/bin/git submodule status
2026-08-04T16:46:41.1230124Z ##[group]Cleaning the repository
2026-08-04T16:46:41.1232169Z [command]/usr/bin/git clean -ffdx
2026-08-04T16:46:45.4742037Z Removing .adapter-notify/
2026-08-04T16:46:45.4742476Z Removing bench-ledger/
2026-08-04T16:46:45.4742733Z Removing target/
2026-08-04T16:46:45.4754248Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T16:46:45.4922127Z HEAD is now at fc7fad17f merge: er-seams clippy fixup (row_before branch-yielded) into USHER golden assembly
2026-08-04T16:46:45.4929028Z ##[endgroup]
2026-08-04T16:46:45.4930007Z ##[group]Disabling automatic garbage collection
2026-08-04T16:46:45.4933676Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T16:46:45.4961248Z ##[endgroup]
2026-08-04T16:46:45.4961839Z ##[group]Setting up auth
2026-08-04T16:46:45.4967658Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T16:46:45.4994565Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T16:46:45.5183921Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T16:46:45.5209728Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T16:46:45.5397801Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T16:46:45.5423458Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T16:46:45.5618038Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T16:46:45.5647623Z ##[endgroup]
2026-08-04T16:46:45.5647977Z ##[group]Fetching the repository
2026-08-04T16:46:45.5654162Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fc7fad17fb2717f530daa641367acd6c4cf85df9:refs/remotes/origin/golden/usher150
2026-08-04T16:46:46.0874778Z ##[endgroup]
2026-08-04T16:46:46.0876276Z ##[group]Determining the checkout info
2026-08-04T16:46:46.0876881Z ##[endgroup]
2026-08-04T16:46:46.0879988Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T16:46:46.0918685Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T16:46:46.0941150Z ##[group]Checking out the ref
2026-08-04T16:46:46.0944422Z [command]/usr/bin/git checkout --progress --force -B golden/usher150 refs/remotes/origin/golden/usher150
2026-08-04T16:46:46.1001247Z Switched to a new branch 'golden/usher150'
2026-08-04T16:46:46.1001714Z branch 'golden/usher150' set up to track 'origin/golden/usher150'.
2026-08-04T16:46:46.1006930Z ##[endgroup]
2026-08-04T16:46:46.1043644Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T16:46:46.1071754Z fc7fad17fb2717f530daa641367acd6c4cf85df9
